home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue29 / art_tips / ART_TIPS.ZIP / Tips / Delphi2 / EditTips.dfm / EditTips.txt
Encoding:
Text File  |  1997-07-30  |  4.6 KB  |  176 lines

  1. object frmEditor: TfrmEditor
  2.   Left = 77
  3.   Top = 60
  4.   BorderStyle = bsDialog
  5.   Caption = 'Tips Editor'
  6.   ClientHeight = 338
  7.   ClientWidth = 449
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnActivate = FormActivate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object SrcLabel: TLabel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 145
  20.     Height = 16
  21.     AutoSize = False
  22.     Caption = 'Tips to &show'
  23.     FocusControl = SrcList
  24.   end
  25.   object DstLabel: TLabel
  26.     Left = 8
  27.     Top = 192
  28.     Width = 145
  29.     Height = 16
  30.     AutoSize = False
  31.     Caption = 'Tips to &hide'
  32.     FocusControl = DstList
  33.   end
  34.   object IncludeBtn: TSpeedButton
  35.     Left = 8
  36.     Top = 160
  37.     Width = 24
  38.     Height = 24
  39.     Hint = 'Hide selected tip'
  40.     Caption = '>'
  41.     ParentShowHint = False
  42.     ShowHint = True
  43.     OnClick = IncludeBtnClick
  44.   end
  45.   object IncAllBtn: TSpeedButton
  46.     Left = 32
  47.     Top = 160
  48.     Width = 24
  49.     Height = 24
  50.     Hint = 'Hide all tips'
  51.     Caption = '>>'
  52.     ParentShowHint = False
  53.     ShowHint = True
  54.     OnClick = IncAllBtnClick
  55.   end
  56.   object ExcludeBtn: TSpeedButton
  57.     Left = 56
  58.     Top = 160
  59.     Width = 24
  60.     Height = 24
  61.     Hint = 'Show selected tip'
  62.     Caption = '<'
  63.     Enabled = False
  64.     ParentShowHint = False
  65.     ShowHint = True
  66.     OnClick = ExcludeBtnClick
  67.   end
  68.   object ExAllBtn: TSpeedButton
  69.     Left = 80
  70.     Top = 160
  71.     Width = 24
  72.     Height = 24
  73.     Hint = 'Show all tips'
  74.     Caption = '<<'
  75.     Enabled = False
  76.     ParentShowHint = False
  77.     ShowHint = True
  78.     OnClick = ExcAllBtnClick
  79.   end
  80.   object DelItem: TSpeedButton
  81.     Left = 104
  82.     Top = 160
  83.     Width = 25
  84.     Height = 24
  85.     Hint = 'Delete selected tip'
  86.     Caption = 'X'
  87.     ParentShowHint = False
  88.     ShowHint = True
  89.     OnClick = DelItemClick
  90.   end
  91.   object SrcList: TBitListBox
  92.     Left = 8
  93.     Top = 24
  94.     Width = 433
  95.     Height = 120
  96.     Color = 14614527
  97.     DragMode = dmAutomatic
  98.     IntegralHeight = True
  99.     ItemHeight = 16
  100.     Style = lbOwnerDrawVariable
  101.     TabOrder = 0
  102.     OnDragDrop = SrcListDragDrop
  103.     OnDragOver = SrcListDragOver
  104.     Glyph.Data = {
  105.       76010000424D7601000000000000760000002800000020000000100000000100
  106.       04000000000000010000120B0000120B00001000000000000000000000000000
  107.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  108.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333303333
  109.       333333333337FF3333333333330003333333333333777F333333333333080333
  110.       3333333F33777FF33F3333B33B000B33B3333373F777773F7333333BBB0B0BBB
  111.       33333337737F7F77F333333BBB0F0BBB33333337337373F73F3333BBB0F7F0BB
  112.       B333337F3737F73F7F3333BB0FB7BF0BB3333F737F37F37F73FFBBBB0BF7FB0B
  113.       BBB3773F7F37337F377333BB0FBFBF0BB333337F73F333737F3333BBB0FBF0BB
  114.       B3333373F73FF7337333333BBB000BBB33333337FF777337F333333BBBBBBBBB
  115.       3333333773FF3F773F3333B33BBBBB33B33333733773773373333333333B3333
  116.       333333333337F33333333333333B333333333333333733333333}
  117.   end
  118.   object DstList: TBitListBox
  119.     Left = 8
  120.     Top = 208
  121.     Width = 433
  122.     Height = 120
  123.     Color = 14614527
  124.     DragMode = dmAutomatic
  125.     ItemHeight = 16
  126.     Style = lbOwnerDrawFixed
  127.     TabOrder = 1
  128.     OnDragDrop = DstListDragDrop
  129.     OnDragOver = DstListDragOver
  130.     Glyph.Data = {
  131.       76010000424D7601000000000000760000002800000020000000100000000100
  132.       04000000000000010000120B0000120B00001000000000000000000000000000
  133.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  134.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333303333
  135.       333333333337FF3333333333330003333333333333777F333333333333080333
  136.       3333333333777F3333333333330003333333333333777F3333333333330F0333
  137.       33333333337F7F3333333333330F033333333333337373F33333333330F7F033
  138.       333333333737F73F333333330FF7FF03333333337F37F37F333333330FF7FF03
  139.       333333337F37337F333333330FFFFF033333333373F333733333333330FFF033
  140.       33333333373FF733333333333300033333333333337773333333333333333333
  141.       3333333333333333333333333333333333333333333333333333333333333333
  142.       3333333333333333333333333333333333333333333333333333}
  143.   end
  144.   object AddBtn: TButton
  145.     Left = 208
  146.     Top = 160
  147.     Width = 75
  148.     Height = 25
  149.     Caption = '&Add'
  150.     TabOrder = 2
  151.     OnClick = AddBtnClick
  152.   end
  153.   object OkBtn: TButton
  154.     Left = 288
  155.     Top = 160
  156.     Width = 75
  157.     Height = 25
  158.     Caption = '&OK'
  159.     Default = True
  160.     ModalResult = 1
  161.     TabOrder = 3
  162.     OnClick = OkBtnClick
  163.   end
  164.   object CancelBtn: TButton
  165.     Left = 368
  166.     Top = 160
  167.     Width = 75
  168.     Height = 25
  169.     Cancel = True
  170.     Caption = '&Cancel'
  171.     ModalResult = 2
  172.     TabOrder = 4
  173.     OnClick = CancelBtnClick
  174.   end
  175. end
  176.